home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00072_Script_set vidMkr posn = < prev    next >
Text File  |  1998-01-23  |  527b  |  15 lines

  1. on exitFrame
  2.   global present_duration
  3.   go the frame
  4.   set proportion=float(the movieTime of sprite 30*1000/present_duration)/1000
  5.   set the locH of sprite 34 = the left of sprite 31 + ((the right of sprite 31-the left of sprite 31)*proportion)
  6.   
  7.   if  the movieTime of sprite 30=present_duration and not(rollOver(35)) then 
  8.     --the movieRate of sprite 30=1 and
  9.     set the member of sprite 35="play"
  10.     -- set the movieTime of sprite 30=0
  11.     set the movieRate of sprite 30=0
  12.   end if
  13.  -- updateStage
  14.   
  15. end